From b98fe3eea15caf3895ec49256b0fb043891863cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Wed, 11 Jan 2023 17:29:59 +0100 Subject: [PATCH] Link against libz --- debian/patches/juce-7_0_2.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/patches/juce-7_0_2.patch b/debian/patches/juce-7_0_2.patch index e223930..aac71ae 100644 --- a/debian/patches/juce-7_0_2.patch +++ b/debian/patches/juce-7_0_2.patch @@ -40,3 +40,13 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ bool canControlTransport() override; private: +--- giada.orig/CMakeLists.txt ++++ giada/CMakeLists.txt +@@ -575,6 +575,7 @@ + # ------------------------------------------------------------------------------ + # Finalize 'giada' target (main executable). + # ------------------------------------------------------------------------------ ++list(APPEND LIBRARIES z) + + add_executable(giada) + target_compile_features(giada PRIVATE ${COMPILER_FEATURES}) -- 2.30.2